home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1994 March
/
Internet Info CD-ROM (Walnut Creek) (March 1994).iso
/
networking
/
ip
/
ka9q
/
osrc.arc
/
TRACE.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-02-17
|
305 b
|
15 lines
#ifndef TRACE_SENT
/* Definitions for packet dumping */
/* List of tracing functions for each interface. Entries are placed in
* this table by the driver at attach time
*/
extern int (*Tracef[])();
#define TRACE_SENT 0
#define TRACE_RECV 1
#define TRACE_LOOP 2
#endif /* TRACE_SENT */